# Automatically scroll horizontal scrollbar to follow insertion.
newPref linkflag autoHScroll 1
# If TRUE, buffers (except untitled buffers) are automatically saved every 'changesLim' changes
newPref linkflag autoSave 0
# To make the cursor blink, click this box||To stop the cursor blinking, click this box
newPref linkflag blinkingCursor 1
# To use a solid rectangular cursor, click this box||To use a thin vertical cursor, click this box.
newPref linkflag blockCursor 0
# To color words according to mode and context, click this box||To display all text more quickly, but in plain black and white, click this box.
newPref linkflag coloring 1
# To enable drag and drop editing using the mouse, click this box||To disable drag and drop editing using the mouse, click this box.
newPref linkflag dragAndDrop 1
# To display a horizontal scrollbar in new windows, click this box||To make maximum use of window space and not use a horizontal scrollbar, click this box.
newPref linkflag horScrollBar 1
# enable clicking on hypertext items
newPref linkflag hyperText 1
# To force the insertion point to move with 'pageBack' and 'pageForward' commands, click this box
# ||To leave the insertion point in place (usually offscreen) after 'pageBack' and 'pageForward' commands, click this box
newPref linkflag moveInsertion 1
# To list all file types (as opposed to just 'TEXT') in open/save dialog boxes, click this box||To display only 'TEXT' files in open/save dialog boxes, click this box.
newPref linkflag openAllFiles 0
# To make the window scroll dynamically while using vertical scrollbars, click this box
# ||To make the window scroll only after releasing the button in a vertical scrollbar, click this box
newPref linkflag powerThumb 1
# Respect projector resources
newPref linkflag projectorAware 1
# tabs, carriage returns, spaces etc are all shown with distinct symbols
newPref linkflag showInvisibles 0
# use a small font for the various pop-up menus (e.g. marks menu)
newPref linkflag smallMenuFont 1
# if set, sorted is the default for function and section menus
newPref linkflag sortedIsDefault
# toggles tear-off menus
newPref linkflag tearoffMenus 1
# Enable use of system temporary memory
newPref linkflag tempMem 1
# used to turn undo on and off. When undo is turned off, all undo info is
# lost. Useful when doing global replaces, etc
newPref linkflag undoOn 1
# automatically insert carriage-returns when you exceed the 'fillColumn' line
# length
newPref linkflag wordWrap 1
# add a description of each preference to the standard dialogs
newPref flag includeDescriptionsInDialogs 0
# Used by completion routines: if there is a selection and you and
# trying to complete something, should Alpha ask before deleting the
# selection.
newPref flag askDeleteSelection 0
# make a backup when we save a file
newPref flag backup 0
# force newly opened windows onto the main screen
newPref flag forceMainScreen 1
# Iconify windows when you switch to another application
newPref flag iconifyOnSwitch 0
newPref flag infoWindowsDirty 0
# insert/remove spaces to ensure a single space between words.
newPref flag intelCutPaste 1
newPref flag sortFuncsMenu 1
# To place two spaces after the '.' at the end of each sentence when
# filling blocks of text, click this box|| To place only a single space
# after the '.' at the end of each sentence when
# filling blocks of text, click this box
newPref flag doubleSpaces 1
# To print a header at the top of each printed page, click this box||
# To print only the contents of the window, without any identifying header,
# click this box.
newPref flag printHeader 1
# To include a file's full path in the printed header, click this box
# ||To place just a file's name in the printed header, click this box
newPref flag printHeaderFullPath 0
# To include the current time in printed headers, click this box
# ||To remove the current time from printed headers, click this box
newPref flag printHeaderTime 1
# To choose from a listbox of possible completions if you try to
# complete a command for which no unique
# suffix exists, click this box.||To abort the completion if no
# unique suffix exists, click this box.
newPref flag listPickIfMultCmps 1
# if we have a choice between, say \left, \leftRight, \leftMore,
# then we don't get stuck on '\left' with this option.
newPref flag listPickIfNonUniqueStuckCmp 1
# To clear old marks automatically when you select 'Mark File',
# click this box.|| To check before clearing old marks, click this box.
newPref flag quietlyClearMarks 1
# folder in which to store backups
newPref var backupFolder ""
# extension to add to file when backing-up
newPref var backupExtension "~"
# don't make a backup if we made one this many hours ago
newPref var backupAgeRequirementInHours 0.0
# When creating files for uploading through the Ftp menu, save them
# with this eol format. Note that some ftp clients may translate
# eols for you as they up/download.
newPref var createFtpType unix global "" "mac unix ibm"
# Number of pixels from left edge of window to start of text
newPref var horMargin 4
# visually indent code by this many characters to indicate its structure
newPref var indentationAmount 4
# if we have fewer than this many items in the opt-titlebar-menu,
# add the contents of the current directory
newPref var minItemsInTitlePopup 5
# The tiling items in the 'Arrange' menu will relocate this many
# windows, starting with the front window and moving back.
newPref var numWinsToTile 2
newPref var tileHeight [expr {$screenHeight - 60}]